:root{--bg:#070912;--panel:#101521;--panel2:#171d2c;--text:#f8f4ff;--muted:#b6adc4;--line:rgba(178,225,255,.13);--violet:#9B3DFF;--violet2:#20D8FF;--black:#070912;--danger:#ff5570;--ok:#48d59b;--warn:#f7c76b;--cyan:#20D8FF;--blue:#226bdc;--shadow:0 24px 80px rgba(0,0,0,.48)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden;font-family:Inter,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 10% 0,rgba(124,63,212,.24),transparent 34%),radial-gradient(circle at 88% 4%,rgba(43,215,232,.16),transparent 30%),linear-gradient(135deg,#060811 0%,#0b0f18 46%,#11101c 100%);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.app-shell{display:grid;grid-template-columns:290px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:28px 22px;background:linear-gradient(180deg,rgba(19,21,22,.94),rgba(19,21,22,.72));border-right:1px solid var(--line);display:flex;flex-direction:column;gap:24px}.brand{display:block;padding:8px 4px}.brand img{width:220px;max-width:100%;height:auto;display:block}.nav{display:flex;flex-direction:column;gap:9px}.nav a{padding:13px 14px;border-radius:16px;color:var(--muted);background:transparent;border:1px solid transparent;transition:.18s ease}.nav a:hover,.nav a.active{color:#fff;background:linear-gradient(135deg,rgba(155,61,255,.25),rgba(126,99,161,.18));border-color:rgba(255,255,255,.12)}.version{margin-top:auto;color:#77717b;font-size:12px;word-break:break-word}.main{padding:34px;min-width:0}.topbar{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:26px}.topbar h1{font-size:40px;line-height:1.05;margin:4px 0 0}.eyebrow{display:inline-flex;letter-spacing:.16em;text-transform:uppercase;font-size:12px;color:#cbb7d8;font-weight:800}.card,.hero-card{background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.032));border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:26px;margin-bottom:22px;backdrop-filter:blur(16px)}.hero-card{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:24px;background:linear-gradient(135deg,rgba(155,61,255,.34),rgba(126,99,161,.18) 58%,rgba(255,255,255,.05))}.hero-card h2{font-size:32px;margin:8px 0}.hero-card p,.card p{color:var(--muted);font-size:16px;line-height:1.55}.hero-link{display:grid;grid-template-columns:1fr auto;gap:10px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px}.stats div{background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:24px;padding:22px}.stats strong{display:block;font-size:38px}.stats span{color:var(--muted)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.section-head h2,.card h2{margin:0 0 14px;font-size:24px}.section-head h2{margin:0}.btn{border:1px solid rgba(255,255,255,.14);border-radius:15px;padding:12px 16px;color:#fff;background:rgba(255,255,255,.08);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px}.btn:hover{background:rgba(255,255,255,.13)}.btn.primary{border-color:rgba(207,123,200,.46);background:linear-gradient(135deg,var(--violet),var(--violet2));box-shadow:0 16px 42px rgba(155,61,255,.28)}.btn.danger{border-color:rgba(255,85,112,.45);background:rgba(255,85,112,.14);color:#ffd9df}.btn.small{min-height:34px;padding:8px 12px;border-radius:12px;font-size:14px}.table-wrap{overflow:auto;border-radius:20px;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;min-width:820px;background:rgba(0,0,0,.12)}th,td{padding:15px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}th{color:#d7c7dc;font-size:12px;text-transform:uppercase;letter-spacing:.08em}td small{display:block;color:var(--muted);margin-top:4px}.status{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;text-transform:uppercase}.status.active{background:rgba(72,213,155,.13);color:#7af0bd}.status.suspended{background:rgba(247,199,107,.13);color:#ffd47d}.status.closed{background:rgba(255,85,112,.13);color:#ff94a5}.copy-input,input,select{width:100%;min-height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.13);background:rgba(0,0,0,.24);color:#fff;padding:11px 13px;outline:none}.copy-input:focus,input:focus,select:focus{border-color:rgba(207,123,200,.7);box-shadow:0 0 0 4px rgba(155,61,255,.18)}.field{display:flex;flex-direction:column;gap:8px}.field span{font-weight:800;color:#e6ddeb}.hint{font-size:13px;color:var(--muted);margin-top:-6px}.grid-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-stack{display:grid;gap:16px}.form-actions{grid-column:1/-1;display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.flash{padding:14px 16px;border-radius:18px;margin-bottom:20px;border:1px solid var(--line)}.flash-success{background:rgba(72,213,155,.12);color:#b8ffdd}.flash-error{background:rgba(255,85,112,.13);color:#ffd0d8}.searchbar{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:18px}.package-grid,.module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.package-card,.module-card{background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.03));border:1px solid var(--line);border-radius:24px;padding:22px;min-height:180px}.package-card span,.module-card span{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#cbb7d8;font-weight:800}.package-card h3,.module-card h3{margin:12px 0 8px;font-size:23px}.package-card p,.module-card p{color:var(--muted);line-height:1.5}.module-card strong{display:inline-flex;margin-top:8px;color:#fff}.link-list{display:grid;gap:13px}.link-list label{display:grid;gap:8px;color:#e6ddeb;font-weight:800}.tenant-box{border:1px solid var(--line);border-radius:20px;padding:16px;background:rgba(255,255,255,.045)}.tenant-box strong,.tenant-box span{display:block}.tenant-box span{color:var(--muted);margin-top:4px}.auth-body{display:grid;place-items:center;padding:24px;min-height:100vh}.auth-card{width:min(440px,100%);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);padding:34px}.auth-logo{width:260px;max-width:100%;display:block;margin:0 auto 28px}.auth-card h1{font-size:32px;margin:0 0 22px;text-align:center}.auth-version{margin-top:22px;text-align:center;color:#77717b;font-size:12px}.tenant-login-name{text-align:center;color:#cbb7d8;font-weight:800;margin-bottom:4px}.blocked{text-align:center}.blocked h2{margin:0 0 12px}.muted{color:var(--muted)}.landing-body{display:grid;place-items:center;min-height:100vh}.landing{width:min(920px,calc(100% - 40px));text-align:center}.landing img{width:min(560px,90%)}.landing h1{font-size:clamp(34px,5vw,74px);margin:32px 0 12px}.landing p{font-size:20px;color:var(--muted)}.hypetrain-hero{background:radial-gradient(circle at 90% 20%,rgba(126,99,161,.35),transparent 30%),linear-gradient(135deg,rgba(155,61,255,.38),rgba(19,21,22,.7))}.train-preview{border-radius:26px;background:linear-gradient(145deg,rgba(19,21,22,.92),rgba(45,49,51,.78));border:1px solid rgba(255,255,255,.14);padding:26px;box-shadow:inset 0 0 70px rgba(155,61,255,.16)}.train-preview strong{font-size:30px;display:block}.train-preview span{color:#d9c7e9;font-weight:800}.train-preview div{height:18px;border-radius:999px;background:rgba(255,255,255,.1);margin-top:18px;overflow:hidden}.train-preview i{height:100%;display:block;border-radius:999px;background:linear-gradient(90deg,var(--violet),var(--violet2))}.switch-field{justify-content:end}.switch-field input{width:28px;min-height:28px}.customer-body .topbar h1{background:linear-gradient(90deg,#fff,#cbb7d8);-webkit-background-clip:text;background-clip:text;color:transparent}@media(max-width:1100px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.brand img{width:190px}.nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.main{padding:24px}.stats,.package-grid,.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-card{grid-template-columns:1fr}}@media(max-width:720px){.main{padding:18px}.sidebar{padding:20px}.topbar h1{font-size:31px}.grid-form,.stats,.package-grid,.module-grid,.searchbar,.hero-link{grid-template-columns:1fr}.card,.hero-card{border-radius:22px;padding:20px}.nav{grid-template-columns:1fr}.auth-card{padding:24px}.hero-card h2{font-size:26px}}
.streamelo-modal{position:fixed;inset:0;background:rgba(0,0,0,.72);display:grid;place-items:center;padding:20px;z-index:50}.streamelo-modal.hidden{display:none}.streamelo-modal-card{width:min(460px,100%);background:linear-gradient(145deg,#20242a,#131516);border:1px solid rgba(255,255,255,.14);border-radius:26px;padding:24px;box-shadow:0 30px 100px rgba(0,0,0,.55)}.streamelo-modal-card h2{margin:0 0 10px}.streamelo-modal-card p{color:var(--muted);line-height:1.5}.streamelo-modal-card div{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}
.button-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.button-row form{margin:0}.test-actions{gap:10px}.test-actions .btn{min-width:190px}.field output{font-weight:900;color:#fff;background:rgba(255,255,255,.08);border:1px solid var(--line);border-radius:12px;padding:8px 12px;width:max-content}.grid-form input[type=range]{padding:0;accent-color:var(--violet)}

option{background:#131516;color:#fff}
.menu-toggle{display:none;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;border-radius:14px;min-width:44px;min-height:44px;cursor:pointer}
.sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.sidebar-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:40}
.hero-status-grid,.tile-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.dash-stat-card,.tile-card,.info-card{background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.03));border:1px solid var(--line);border-radius:22px;padding:18px}
.dash-stat-card{position:relative;min-height:130px}
.dash-stat-card span{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#cbb7d8;font-weight:800}
.dash-stat-card strong{display:block;font-size:34px;margin-top:10px}
.dash-stat-card small{display:block;color:var(--muted);margin-top:12px;line-height:1.45}
.dash-stat-card b{position:absolute;top:18px;right:18px;width:12px;height:12px;border-radius:999px}
.status-on{background:#48d59b;box-shadow:0 0 16px rgba(72,213,155,.55)}
.status-off{background:#ff5570;box-shadow:0 0 16px rgba(255,85,112,.4)}
.status-neutral{background:#f7c76b;box-shadow:0 0 16px rgba(247,199,107,.3)}
.quick-toggle-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.tile-card{display:grid;gap:12px}
.tile-card p{margin:0;color:var(--muted);font-size:14px}
.tile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.tile-head strong{display:block;font-size:22px}
.tile-head span{display:block;color:#cbb7d8;font-size:13px;font-weight:800;margin-top:4px}
.mini-state{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase}
.mini-on{background:rgba(72,213,155,.13);color:#7af0bd}
.mini-off{background:rgba(255,85,112,.13);color:#ffb4c0}
.toggle-card{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:90px;padding:18px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.04)}
.toggle-copy{display:grid;gap:6px}
.toggle-copy strong{font-size:18px}
.toggle-copy small{color:var(--muted);line-height:1.45}
.toggle-switch{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:72px}
.toggle-switch input{position:absolute;inset:0;opacity:0;cursor:pointer}
.toggle-switch i{position:relative;display:block;width:60px;height:34px;border-radius:999px;background:rgba(255,255,255,.15);transition:.2s ease}
.toggle-switch i::before{content:'';position:absolute;top:4px;left:4px;width:26px;height:26px;border-radius:999px;background:#fff;transition:.2s ease}
.toggle-switch input:checked + i{background:linear-gradient(135deg,var(--violet),var(--violet2))}
.toggle-switch input:checked + i::before{transform:translateX(26px)}
.color-field .color-wrap{display:grid;grid-template-columns:72px 1fr;gap:12px}
.color-field input[type=color]{width:72px;min-height:46px;padding:4px;border-radius:14px;border:1px solid rgba(255,255,255,.13);background:rgba(0,0,0,.24)}
.slider-field output{font-weight:900;color:#fff;background:rgba(255,255,255,.08);border:1px solid var(--line);border-radius:12px;padding:8px 12px;width:max-content}
.info-card p{margin:0;color:var(--muted)}
.hero-card .button-row{margin-top:18px}
.customer-body .topbar h1{background:linear-gradient(90deg,#fff,#cbb7d8);-webkit-background-clip:text;background-clip:text;color:transparent}
@media(max-width:1100px){
  .app-shell{grid-template-columns:1fr}
  .sidebar{position:fixed;left:0;top:0;bottom:0;width:min(340px,86vw);height:auto;z-index:50;transform:translateX(-105%);transition:transform .22s ease;padding:22px}
  .sidebar.is-open{transform:translateX(0)}
  .sidebar-backdrop.is-open{display:block}
  .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
  .open-menu{margin-left:auto}
  .nav{display:grid;grid-template-columns:1fr;gap:9px}
  .hero-status-grid,.tile-grid,.stats,.package-grid,.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .hero-status-grid,.tile-grid,.stats,.package-grid,.module-grid,.searchbar,.hero-link,.grid-form,.hero-card{grid-template-columns:1fr}
  .topbar{align-items:center}
  .topbar h1{font-size:30px}
  .tile-head{flex-direction:column}
  .toggle-card{align-items:flex-start}
  .toggle-switch{min-width:60px}
  .toggle-copy strong{font-size:17px}
  .dash-stat-card strong{font-size:28px}
}

.effect-rules-form{display:grid;gap:18px}.effect-rule-card{border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.04);padding:20px;margin-bottom:16px}.effect-rule-card.is-deleted{display:none}.effect-rule-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.effect-rule-head strong{display:block;font-size:22px}.effect-rule-head span{display:block;color:var(--muted);font-weight:800;margin-top:5px}.effect-rule-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.icon-field{grid-column:1/-1}.icon-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:12px}.icon-picker label{display:block;cursor:pointer}.icon-picker input{position:absolute;opacity:0;pointer-events:none}.icon-picker span{display:grid;place-items:center;min-height:74px;border-radius:18px;border:1px solid rgba(255,255,255,.13);background:rgba(0,0,0,.22);transition:.16s ease}.icon-picker img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(130,67,210,.35))}.icon-picker input:checked + span{border-color:rgba(207,123,200,.85);box-shadow:0 0 0 4px rgba(155,61,255,.2),0 14px 38px rgba(155,61,255,.22);background:rgba(155,61,255,.18)}.icon-picker.empty{display:block;color:var(--muted);font-weight:800;padding:16px;border:1px solid var(--line);border-radius:18px}@media(max-width:1000px){.effect-rule-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.effect-rule-grid{grid-template-columns:1fr}.effect-rule-head{flex-direction:column}.icon-picker{grid-template-columns:repeat(4,1fr)}}


.customer-body .hero-card{padding:22px 24px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:18px!important}
.customer-body .hero-card h2{font-size:30px!important;line-height:1.06!important;margin-bottom:8px!important}
.customer-body .hero-card p{font-size:15px!important;line-height:1.45!important;max-width:640px!important}
.customer-body .hero-card .btn{padding:11px 16px!important;font-size:14px!important}
.customer-body .hero-status-grid{grid-template-columns:repeat(4,104px)!important;gap:10px!important}
.customer-body .dash-stat-card{min-height:108px!important;padding:13px!important;border-radius:20px!important}
.customer-body .dash-stat-card span{font-size:9px!important;line-height:1.08!important;letter-spacing:.12em!important}
.customer-body .dash-stat-card strong{font-size:25px!important;line-height:1!important;margin-top:7px!important}
.customer-body .dash-stat-card small{font-size:12px!important;line-height:1.18!important;margin-top:7px!important}
.customer-body .dash-stat-card b{top:15px!important;right:13px!important;width:10px!important;height:10px!important}
.customer-body .card{padding:22px 24px!important}
.customer-body .card h2{font-size:24px!important}
.customer-body .tile-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;gap:12px!important}
.customer-body .tile-card{padding:14px!important;border-radius:20px!important;gap:8px!important}
.customer-body .tile-head strong{font-size:18px!important;line-height:1.1!important}
.customer-body .tile-head span{font-size:12px!important}
.customer-body .tile-card p{font-size:13px!important;line-height:1.32!important}
.customer-body .tile-card .btn{padding:9px 12px!important;font-size:13px!important}
.customer-body .mini-state{font-size:10px!important;padding:6px 8px!important}
.effect-rule-card{display:block;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));padding:0;margin-bottom:12px;overflow:hidden}
.effect-rule-card.is-deleted{display:none}
.effect-rule-card[open]{padding-bottom:16px}
.effect-rule-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;list-style:none;cursor:pointer;padding:15px 18px;background:rgba(255,255,255,.025)}
.effect-rule-summary::-webkit-details-marker{display:none}
.effect-rule-summary span{display:grid;gap:4px}
.effect-rule-summary strong{font-size:18px;line-height:1.1}
.effect-rule-summary small{color:var(--muted);font-weight:800;font-size:13px}
.effect-rule-summary b{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(155,61,255,.25);border:1px solid rgba(255,255,255,.1);padding:7px 10px;font-size:12px;text-transform:uppercase}
.effect-rule-card[open] .effect-rule-summary{border-bottom:1px solid var(--line)}
.effect-rule-card .effect-rule-grid{padding:16px 18px 0}
.effect-row-actions{grid-column:1/-1;margin-top:0!important}
@media(max-width:1380px){
.customer-body .hero-card{grid-template-columns:1fr!important}
.customer-body .hero-status-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%!important}
}
@media(max-width:820px){
.customer-body .hero-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.customer-body .hero-card h2{font-size:26px!important}
}


.integration-grid{display:grid;gap:12px}
.integration-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:18px;padding:14px 16px}
.integration-row strong{display:block;font-size:17px}
.integration-row span{display:block;color:var(--muted);font-size:13px;margin-top:3px}
.streamelo-copy-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;background:rgba(0,0,0,.26);backdrop-filter:blur(2px)}
.streamelo-copy-modal.hidden{display:none}
.streamelo-copy-modal div{background:linear-gradient(145deg,rgba(42,36,50,.98),rgba(18,19,22,.98));border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 90px rgba(0,0,0,.5);border-radius:22px;padding:22px 30px}
.streamelo-copy-modal strong{font-size:22px;color:#fff}
@media(max-width:720px){.integration-row{align-items:flex-start;flex-direction:column}.integration-row .button-row{width:100%}.integration-row .button-row .btn{flex:1}}
.sidebar{background:radial-gradient(circle at 0 0,rgba(124,63,212,.18),transparent 34%),linear-gradient(180deg,rgba(7,9,18,.98),rgba(9,12,19,.9));border-right:1px solid rgba(43,215,232,.12)}
.brand img{filter:drop-shadow(0 0 18px rgba(43,215,232,.13))}
.nav a:hover,.nav a.active{color:#fff;background:linear-gradient(135deg,rgba(124,63,212,.24),rgba(43,215,232,.1));border-color:rgba(126,224,241,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.card,.hero-card{background:linear-gradient(145deg,rgba(35,41,58,.72),rgba(10,13,22,.7));border-color:rgba(184,222,255,.13);box-shadow:0 24px 80px rgba(0,0,0,.46)}
.hero-card{background:radial-gradient(circle at 8% 0,rgba(124,63,212,.26),transparent 38%),radial-gradient(circle at 92% 12%,rgba(43,215,232,.12),transparent 34%),linear-gradient(135deg,rgba(31,27,49,.9),rgba(12,15,24,.88))}
.btn.primary{border-color:rgba(95,223,239,.28);background:linear-gradient(135deg,#7c3fd4,#2a9fbe);box-shadow:0 16px 42px rgba(43,215,232,.12)}
.btn:hover{border-color:rgba(95,223,239,.24)}
.customer-body .hero-card{grid-template-columns:minmax(0,1fr) minmax(500px,560px)!important;align-items:center!important}
.customer-body .hero-status-grid{grid-template-columns:repeat(4,minmax(118px,1fr))!important;width:100%!important;gap:10px!important}
.customer-body .dash-stat-card{min-width:0!important;overflow:hidden!important;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(43,215,232,.035))!important;border-color:rgba(184,222,255,.14)!important}
.customer-body .dash-stat-card strong{font-size:clamp(20px,1.55vw,27px)!important;line-height:1.05!important;white-space:normal!important;overflow-wrap:anywhere!important}
.customer-body .dash-stat-card small{font-size:11px!important;line-height:1.22!important;overflow-wrap:anywhere!important;word-break:break-word!important}
.customer-body .dash-stat-card span{color:#d6c6ee!important}
.customer-body .tenant-box strong{overflow-wrap:anywhere;word-break:break-word}
@media(max-width:1380px){.customer-body .hero-card{grid-template-columns:1fr!important}.customer-body .hero-status-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:820px){.customer-body .hero-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:480px){.customer-body .hero-status-grid{grid-template-columns:1fr!important}.customer-body .dash-stat-card{min-height:auto!important}}
.stacked-action{display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;line-height:1.05!important;min-height:48px!important;padding-top:8px!important;padding-bottom:8px!important;white-space:nowrap!important}
.stacked-action strong{font-size:14px!important;font-weight:850!important;line-height:1.05!important}
.stacked-action small{display:block!important;font-size:10px!important;font-weight:700!important;line-height:1.05!important;color:rgba(248,244,255,.68)!important;letter-spacing:.01em!important}
.stacked-action.primary small{color:rgba(255,255,255,.78)!important}
.integration-actions{align-items:center!important;gap:10px!important}
@media(max-width:560px){.integration-actions{width:100%!important}.integration-actions .stacked-action{flex:1 1 0!important}}

.effect-rules-card{position:relative}
.inline-action-form{margin:0}
.effect-rule-card{display:block;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.026));padding:0;margin-bottom:14px;overflow:hidden}
.effect-rule-card[open]{padding-bottom:0}
.effect-rule-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;list-style:none;cursor:pointer;padding:16px 18px;background:rgba(255,255,255,.03)}
.effect-rule-summary::-webkit-details-marker{display:none}
.effect-rule-summary span{display:grid;gap:4px;min-width:0}
.effect-rule-summary strong{font-size:19px;line-height:1.1;overflow-wrap:anywhere}
.effect-rule-summary small{color:var(--muted);font-weight:800;font-size:13px;line-height:1.25}
.effect-rule-summary b{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(124,63,212,.25);border:1px solid rgba(43,215,232,.13);padding:7px 10px;font-size:12px;text-transform:uppercase;white-space:nowrap}
.effect-rule-card[open] .effect-rule-summary{border-bottom:1px solid var(--line)}
.effect-rule-form{padding:18px}
.effect-rule-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.effect-rule-grid .toggle-card{min-height:74px}
.icon-field{grid-column:1/-1}
.icon-picker-summary{display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px;width:100%}
.selected-icon-preview{display:flex;align-items:center;gap:9px;flex-wrap:wrap;min-height:54px;padding:10px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.2);border-radius:18px}
.selected-icon-preview span:not(.empty-selection),.effect-icon-selected span:not(.empty-selection){display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);border-radius:999px;padding:6px 9px}
.selected-icon-preview img,.effect-icon-selected img{width:34px;height:34px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(43,215,232,.22))}
.selected-icon-preview b,.effect-icon-selected b{font-size:12px;color:var(--muted);font-weight:850;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.empty-selection{color:var(--muted);font-weight:800;font-size:13px}
.icon-picker-empty{color:var(--muted);font-weight:800;padding:16px;border:1px solid var(--line);border-radius:18px;background:rgba(0,0,0,.16)}
.effect-row-actions{grid-column:1/-1;margin-top:2px!important;display:flex!important;justify-content:flex-end!important;gap:10px!important}
.effect-icon-modal{position:fixed;inset:0;z-index:240;display:grid;place-items:center;background:rgba(2,4,12,.78);backdrop-filter:blur(8px);padding:18px}
.effect-icon-modal.hidden{display:none}
.effect-icon-modal-card{width:min(780px,100%);max-height:calc(100vh - 36px);display:grid;grid-template-rows:auto minmax(0,1fr) auto auto auto;gap:14px;background:radial-gradient(circle at 8% 0,rgba(124,63,212,.26),transparent 38%),linear-gradient(145deg,rgba(21,26,41,.98),rgba(8,11,20,.98));border:1px solid rgba(184,222,255,.15);border-radius:26px;box-shadow:0 30px 120px rgba(0,0,0,.65);padding:20px;overflow:hidden}
.effect-icon-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.effect-icon-modal-head span{display:block;color:#cdb9ff;font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;margin-bottom:5px}
.effect-icon-modal-head strong{display:block;color:#fff;font-size:25px;line-height:1.05}
.effect-icon-modal-close{width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;font-size:26px;line-height:1;cursor:pointer}
.effect-icon-page{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;overflow:auto;padding:2px}
.effect-icon-choice{min-height:112px;border-radius:20px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);color:#fff;display:grid;place-items:center;gap:8px;padding:12px;cursor:pointer;transition:.16s ease}
.effect-icon-choice:hover,.effect-icon-choice.is-selected{border-color:rgba(43,215,232,.56);background:linear-gradient(145deg,rgba(124,63,212,.22),rgba(43,215,232,.1));box-shadow:0 0 0 4px rgba(43,215,232,.08),0 18px 44px rgba(0,0,0,.22)}
.effect-icon-choice img{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 0 14px rgba(124,63,212,.35))}
.effect-icon-choice span{font-size:12px;font-weight:850;color:var(--muted);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.effect-icon-pager{display:flex;align-items:center;justify-content:center;gap:12px}
.effect-icon-pager span{min-width:80px;text-align:center;color:var(--muted);font-weight:900}
.effect-icon-pager button:disabled{opacity:.4;cursor:not-allowed}
.effect-icon-selected{border:1px solid rgba(255,255,255,.11);background:rgba(0,0,0,.16);border-radius:20px;padding:13px;display:grid;gap:10px}
.effect-icon-selected strong{color:#fff;font-size:15px}
.effect-icon-selected div{display:flex;gap:8px;flex-wrap:wrap;min-height:38px;align-items:center}
.effect-icon-modal-actions{display:flex;justify-content:flex-end;gap:10px}
@media(max-width:1000px){.effect-rule-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.effect-icon-page{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:720px){.effect-rule-grid{grid-template-columns:1fr}.effect-rule-summary{align-items:flex-start;flex-direction:column}.icon-picker-summary{grid-template-columns:1fr}.icon-picker-summary .btn{width:100%}.effect-row-actions{justify-content:stretch!important}.effect-row-actions .btn{flex:1}.effect-icon-modal{padding:10px}.effect-icon-modal-card{max-height:calc(100vh - 20px);border-radius:22px;padding:15px}.effect-icon-page{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.effect-icon-choice{min-height:102px}.effect-icon-modal-actions{display:grid;grid-template-columns:1fr 1fr}.effect-icon-modal-actions .btn{width:100%}}
:root{--violet:#9B3DFF;--violet2:#20D8FF;--cyan:#20D8FF}
.train-template-card{padding:24px!important}
.train-template-form{display:grid;gap:18px}
.train-form-section{border:1px solid rgba(184,222,255,.13);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.022));padding:20px;display:grid;gap:18px}
.train-form-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(184,222,255,.1);padding-bottom:14px}
.train-form-section-head h3{margin:0;color:#fff;font-size:22px;line-height:1.12}
.train-form-section-head p{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.45}
.train-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}
.train-form-section-wide .train-form-grid{grid-template-columns:1fr}
.train-support-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.train-support-card{border:1px solid rgba(255,255,255,.11);border-radius:22px;background:rgba(0,0,0,.16);padding:16px;display:grid;gap:12px;align-content:start}
.train-support-card h3{margin:0;color:#fff;font-size:18px}
.train-support-card .toggle-card{min-height:76px;padding:15px;background:rgba(255,255,255,.045)}
.train-support-card .field{margin-top:2px}
.level-preview-cta{border:1px solid rgba(184,222,255,.12);border-radius:20px;background:rgba(0,0,0,.16);padding:16px;justify-content:center}
.level-preview-cta small,.train-random-weight small{color:var(--muted);font-weight:700;line-height:1.4}
.train-random-weight{border:1px solid rgba(184,222,255,.12);border-radius:20px;background:rgba(0,0,0,.16);padding:16px;transition:.18s ease}
.train-random-weight.is-hidden{display:none}
.train-color-preview{border:1px solid rgba(184,222,255,.12);border-radius:20px;background:rgba(0,0,0,.16);padding:16px;display:grid;gap:10px;align-content:start}
.train-color-preview span{font-weight:850;color:#e6ddeb}
.train-color-preview b{display:block;height:48px;border-radius:16px;box-shadow:0 18px 50px rgba(32,216,255,.16),0 0 0 1px rgba(255,255,255,.12) inset}
.train-sticky-actions{border-top:1px solid rgba(184,222,255,.1);padding-top:18px;margin-top:0}
.train-level-modal{position:fixed;inset:0;z-index:260;background:rgba(2,4,12,.78);backdrop-filter:blur(9px);display:grid;place-items:center;padding:18px}
.train-level-modal.hidden{display:none}
.train-level-modal-card{width:min(980px,100%);max-height:calc(100vh - 36px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:16px;overflow:hidden;border-radius:28px;border:1px solid rgba(184,222,255,.16);background:radial-gradient(circle at 10% 0,rgba(155,61,255,.25),transparent 36%),radial-gradient(circle at 92% 12%,rgba(32,216,255,.14),transparent 34%),linear-gradient(145deg,rgba(20,25,39,.98),rgba(7,10,18,.98));box-shadow:0 30px 120px rgba(0,0,0,.66);padding:22px}
.train-level-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.train-level-modal-head span{display:block;color:#cdb9ff;font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;margin-bottom:5px}
.train-level-modal-head strong{display:block;color:#fff;font-size:26px;line-height:1.05}
.train-level-modal-head p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.45}
.train-level-modal-close{width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;font-size:26px;line-height:1;cursor:pointer}
.train-level-table-wrap{overflow:auto;border-radius:22px;border:1px solid rgba(184,222,255,.12);background:rgba(0,0,0,.18)}
.train-level-table-wrap table{min-width:760px;background:transparent}
.train-level-table-wrap th{position:sticky;top:0;background:rgba(12,16,28,.96);z-index:1}
.train-level-table-wrap td strong{font-size:20px;color:#fff}
.train-level-table-wrap td{line-height:1.45}
.train-level-modal-actions{display:flex;justify-content:flex-end;gap:10px}
@media(max-width:1180px){.train-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.train-template-card{padding:18px!important}.train-form-section{padding:16px;border-radius:22px}.train-form-grid,.train-support-grid{grid-template-columns:1fr}.train-form-section-head{display:block}.level-preview-cta .btn{width:100%}.train-level-modal{padding:10px}.train-level-modal-card{max-height:calc(100vh - 20px);border-radius:22px;padding:16px}.train-level-modal-head strong{font-size:22px}.train-level-modal-actions{display:grid;grid-template-columns:1fr}.train-level-modal-actions .btn{width:100%}}
.nav a{display:flex;align-items:center;gap:12px;font-weight:800}.nav a .si-icon{font-size:19px;color:inherit}.btn .si-icon{font-size:1.05em}.section-title-with-icon{display:flex;align-items:flex-start;gap:13px}.section-title-with-icon>.si-icon{width:42px;height:42px;border-radius:15px;padding:11px;color:#fff;background:linear-gradient(135deg,rgba(155,61,255,.34),rgba(32,216,255,.17));box-shadow:0 0 0 1px rgba(255,255,255,.09) inset,0 18px 48px rgba(32,216,255,.1)}.section-title-with-icon h2,.section-title-with-icon h3{margin:0}.section-title-with-icon p{margin:5px 0 0}.train-settings-card>.section-title-with-icon{margin-bottom:18px}.train-basic-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.tile-title-icon{display:flex;align-items:flex-start;gap:11px;min-width:0}.tile-title-icon>.si-icon{width:38px;height:38px;border-radius:14px;padding:10px;color:#fff;background:linear-gradient(135deg,rgba(155,61,255,.32),rgba(32,216,255,.13));box-shadow:0 0 0 1px rgba(255,255,255,.08) inset;flex:0 0 auto}.tile-title-icon>div{min-width:0}.train-template-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.train-template-tile{gap:13px!important;padding:18px!important}.train-template-meta{display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:750;line-height:1.35}.train-template-meta span{display:flex;align-items:center;gap:8px;min-width:0}.train-template-meta .si-icon{font-size:15px;color:#b6f3ff}.train-template-actions{margin-top:4px}.train-template-actions .btn{flex:1}.train-form-section{padding:18px}.train-form-section-head{padding-bottom:12px}.train-form-grid{gap:14px}.train-support-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.train-support-card{padding:15px;border-radius:20px;gap:11px;min-height:0}.train-support-card h3{display:flex;align-items:center;gap:9px;font-size:17px}.train-support-card h3 .si-icon{color:#b6f3ff}.train-compact-toggle-list{display:grid;gap:10px}.train-support-card .toggle-card{min-height:62px;padding:12px;border-radius:17px;gap:10px}.train-support-card .toggle-copy{gap:9px}.train-support-card .toggle-copy>.si-icon{display:none}.train-support-card .toggle-copy strong{font-size:16px;line-height:1.08}.train-support-card .toggle-copy small{font-size:12px;line-height:1.32}.toggle-copy{display:flex;align-items:center;gap:12px;min-width:0}.toggle-copy>.si-icon{width:36px;height:36px;border-radius:14px;padding:10px;color:#fff;background:linear-gradient(135deg,rgba(155,61,255,.28),rgba(32,216,255,.12));box-shadow:0 0 0 1px rgba(255,255,255,.08) inset;flex:0 0 auto}.toggle-copy>span{display:grid;gap:4px;min-width:0}.toggle-copy strong{line-height:1.1}.toggle-copy small{line-height:1.38}.train-random-weight{grid-column:1/-1}.train-random-weight small{display:block;margin-bottom:10px}.level-preview-cta{align-content:start}.level-preview-cta .btn{width:max-content}.train-level-table-wrap table{font-size:14px}.train-level-table-wrap td,.train-level-table-wrap th{padding:12px}.streamelo-modal{z-index:500}.streamelo-modal-card div .btn{min-width:120px}@media(max-width:1280px){.train-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.train-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.train-basic-form,.train-template-grid,.train-form-grid,.train-support-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.section-head .btn{width:100%}.section-title-with-icon>.si-icon{width:38px;height:38px}.train-template-actions{display:grid;grid-template-columns:1fr}.train-template-actions form,.train-template-actions .btn{width:100%}.train-support-card .toggle-card{min-height:58px}.level-preview-cta .btn{width:100%}.nav a{gap:10px}}@media(max-width:520px){.section-title-with-icon{gap:10px}.section-title-with-icon>.si-icon{width:34px;height:34px;border-radius:13px;padding:9px}.train-form-section{padding:14px}.train-support-card{padding:13px}.train-template-tile{padding:15px!important}.tile-title-icon>.si-icon{width:34px;height:34px;padding:9px}.streamelo-modal-card div{display:grid;grid-template-columns:1fr;gap:8px}.streamelo-modal-card div .btn{width:100%}}
.train-template-card .section-head{align-items:flex-start}
.train-template-card .section-head h2{font-size:28px;margin:0 0 6px}
.train-form-section{background:linear-gradient(145deg,rgba(255,255,255,.058),rgba(255,255,255,.024));box-shadow:0 18px 55px rgba(0,0,0,.18)}
.train-form-section-head{align-items:center}
.train-form-section-head .section-title-with-icon>.si-icon{width:40px;height:40px;border-radius:14px}
.train-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.train-form-section-wide .train-form-grid{grid-template-columns:1fr}
.train-support-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
.train-support-card{min-height:0;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(0,0,0,.14))}
.train-support-card h3{padding-bottom:9px;border-bottom:1px solid rgba(184,222,255,.1)}
.train-compact-toggle-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.train-support-card .toggle-card{min-height:64px;padding:12px 13px}
.train-support-card .toggle-copy strong{font-size:16px}
.train-support-card .toggle-copy small{font-size:12px;line-height:1.3}
.train-support-card .field{margin-top:0}
.train-support-card .field span{font-size:14px}
.train-random-weight{grid-column:1/-1;max-width:720px}
.train-random-weight output{font-size:18px;padding:9px 14px}
.train-color-preview{min-height:118px}
.train-template-grid{grid-template-columns:repeat(3,minmax(260px,1fr))}
.train-template-tile{display:grid;grid-template-rows:auto 1fr auto;min-height:218px}
.train-template-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%}
.train-template-actions form{width:100%}
.train-template-actions .btn{width:100%;min-width:0}
.train-template-meta span{align-items:flex-start}
.streamelo-modal{backdrop-filter:blur(8px)}
.streamelo-modal-card{background:radial-gradient(circle at 10% 0,rgba(155,61,255,.24),transparent 40%),linear-gradient(145deg,#171d2c,#080b14);border-color:rgba(184,222,255,.16)}
@media(max-width:1260px){.train-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.train-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:860px){.train-form-grid,.train-support-grid,.train-template-grid{grid-template-columns:1fr}.train-compact-toggle-list{grid-template-columns:1fr}.train-template-actions{grid-template-columns:1fr}.train-form-section-head{align-items:flex-start}.train-support-card h3{font-size:18px}.train-random-weight{max-width:none}}
.customer-body .si-icon{display:inline-block;width:1.12em;height:1.12em;min-width:1.12em;min-height:1.12em;vertical-align:-.18em;background-color:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;line-height:1;position:relative;inset:auto;flex:0 0 auto}
.customer-body .btn .si-icon{width:1.05em;height:1.05em;min-width:1.05em;min-height:1.05em;margin:0;transform:none}
.customer-body .btn span{min-width:0}
.customer-body .nav a .si-icon{width:22px;height:22px;min-width:22px;min-height:22px}
.customer-body .section-title-with-icon>.si-icon,.customer-body .tile-title-icon>.si-icon,.customer-body .toggle-copy>.si-icon{width:auto;height:auto;min-width:0;min-height:0;display:grid;place-items:center;background:linear-gradient(135deg,rgba(155,61,255,.35),rgba(32,216,255,.14));color:#fff;mask-image:none!important;-webkit-mask-image:none!important}
.customer-body .section-title-with-icon>.si-icon::before,.customer-body .tile-title-icon>.si-icon::before,.customer-body .toggle-copy>.si-icon::before{content:"";display:block;width:1.12em;height:1.12em;background:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}
.customer-body .section-title-with-icon>.si-icon.si-dashboard::before,.customer-body .tile-title-icon>.si-icon.si-dashboard::before,.customer-body .toggle-copy>.si-icon.si-dashboard::before{mask-image:url('/assets/icon/ffweb-dashboard.png');-webkit-mask-image:url('/assets/icon/ffweb-dashboard.png')}
.customer-body .section-title-with-icon>.si-icon.si-train::before,.customer-body .tile-title-icon>.si-icon.si-train::before,.customer-body .toggle-copy>.si-icon.si-train::before{mask-image:url('/assets/icon/icon-speedometer.png');-webkit-mask-image:url('/assets/icon/icon-speedometer.png')}
.customer-body .section-title-with-icon>.si-icon.si-effects::before,.customer-body .tile-title-icon>.si-icon.si-effects::before,.customer-body .toggle-copy>.si-icon.si-effects::before{mask-image:url('/assets/icon/icon-flug.png');-webkit-mask-image:url('/assets/icon/icon-flug.png')}
.customer-body .section-title-with-icon>.si-icon.si-power::before,.customer-body .tile-title-icon>.si-icon.si-power::before,.customer-body .toggle-copy>.si-icon.si-power::before{mask-image:url('/assets/icon/fa-blitz.png');-webkit-mask-image:url('/assets/icon/fa-blitz.png')}
.customer-body .section-title-with-icon>.si-icon.si-random::before,.customer-body .tile-title-icon>.si-icon.si-random::before,.customer-body .toggle-copy>.si-icon.si-random::before{mask-image:url('/assets/icon/icon-refresh.png');-webkit-mask-image:url('/assets/icon/icon-refresh.png')}
.customer-body .section-title-with-icon>.si-icon.si-top3::before,.customer-body .tile-title-icon>.si-icon.si-top3::before,.customer-body .toggle-copy>.si-icon.si-top3::before{mask-image:url('/assets/icon/fa-rangliste.png');-webkit-mask-image:url('/assets/icon/fa-rangliste.png')}
.customer-body .section-title-with-icon>.si-icon.si-colors::before,.customer-body .tile-title-icon>.si-icon.si-colors::before,.customer-body .toggle-copy>.si-icon.si-colors::before{mask-image:url('/assets/icon/icon-settings.png');-webkit-mask-image:url('/assets/icon/icon-settings.png')}
.customer-body .section-title-with-icon>.si-icon.si-clock::before,.customer-body .tile-title-icon>.si-icon.si-clock::before,.customer-body .toggle-copy>.si-icon.si-clock::before{mask-image:url('/assets/icon/icon-clock.png');-webkit-mask-image:url('/assets/icon/icon-clock.png')}
.customer-body .section-title-with-icon>.si-icon.si-check::before,.customer-body .tile-title-icon>.si-icon.si-check::before,.customer-body .toggle-copy>.si-icon.si-check::before{mask-image:url('/assets/icon/icon-check.png');-webkit-mask-image:url('/assets/icon/icon-check.png')}
.customer-body .section-title-with-icon>.si-icon.si-kick::before,.customer-body .tile-title-icon>.si-icon.si-kick::before,.customer-body .toggle-copy>.si-icon.si-kick::before{mask-image:url('/assets/icon/icon-daumenhoch.png');-webkit-mask-image:url('/assets/icon/icon-daumenhoch.png')}
.customer-body .section-title-with-icon>.si-icon.si-twitch::before,.customer-body .tile-title-icon>.si-icon.si-twitch::before,.customer-body .toggle-copy>.si-icon.si-twitch::before{mask-image:url('/assets/icon/icon-chat.png');-webkit-mask-image:url('/assets/icon/icon-chat.png')}
.customer-body .section-title-with-icon>.si-icon.si-euro::before,.customer-body .tile-title-icon>.si-icon.si-euro::before,.customer-body .toggle-copy>.si-icon.si-euro::before{mask-image:url('/assets/icon/fa-euro.png');-webkit-mask-image:url('/assets/icon/fa-euro.png')}
.customer-body .section-title-with-icon>.si-icon.si-display::before,.customer-body .tile-title-icon>.si-icon.si-display::before,.customer-body .toggle-copy>.si-icon.si-display::before{mask-image:url('/assets/icon/monitor001.png');-webkit-mask-image:url('/assets/icon/monitor001.png')}
.customer-body .section-title-with-icon>.si-icon.si-level::before,.customer-body .tile-title-icon>.si-icon.si-level::before,.customer-body .toggle-copy>.si-icon.si-level::before{mask-image:url('/assets/icon/icon-star.png');-webkit-mask-image:url('/assets/icon/icon-star.png')}
.customer-body .train-module-templates .train-template-grid.tile-grid{display:grid!important;grid-template-columns:repeat(2,minmax(360px,1fr))!important;gap:18px!important}
.customer-body .train-template-tile{min-height:0!important;padding:18px!important;border-radius:24px;gap:15px!important;overflow:hidden}
.customer-body .train-template-top{align-items:flex-start;gap:12px}
.customer-body .tile-title-icon{align-items:flex-start;gap:12px;min-width:0;max-width:calc(100% - 70px)}
.customer-body .tile-title-icon>.si-icon{width:42px;height:42px;border-radius:16px;padding:0;flex:0 0 42px;box-shadow:0 0 0 1px rgba(255,255,255,.1) inset,0 18px 44px rgba(32,216,255,.09)}
.customer-body .tile-title-icon>div{display:grid;gap:2px;min-width:0}
.customer-body .tile-title-icon strong{font-size:20px;line-height:1.08;white-space:normal;overflow-wrap:anywhere}
.customer-body .tile-title-icon span{font-size:13px;color:#d7c7dc;font-weight:800;line-height:1.25}
.customer-body .mini-state{flex:0 0 auto;min-width:52px;text-align:center}
.customer-body .train-template-meta{display:grid;grid-template-columns:1fr;gap:9px;font-size:13px;line-height:1.28;color:var(--muted)}
.customer-body .train-template-meta span{display:grid;grid-template-columns:18px 72px 1fr;align-items:start;gap:8px;min-width:0}
.customer-body .train-template-meta .si-icon{width:16px;height:16px;min-width:16px;min-height:16px;margin-top:1px;color:#aef4ff}
.customer-body .train-template-meta b{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#e9e1ef;white-space:nowrap}
.customer-body .train-template-meta em{font-style:normal;color:var(--muted);overflow-wrap:anywhere}
.customer-body .train-template-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin-top:2px;width:100%}
.customer-body .train-template-edit{width:100%;min-width:0;justify-content:center}
.customer-body .train-template-secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;width:100%}
.customer-body .train-template-secondary-actions form{width:100%;margin:0;min-width:0}
.customer-body .train-template-secondary-actions .btn{width:100%;min-width:0;white-space:nowrap;gap:7px;padding-inline:10px!important}
.customer-body .btn.is-disabled{opacity:.72;cursor:default;background:rgba(72,213,155,.1);border-color:rgba(72,213,155,.22);color:#c9ffe4;pointer-events:none}
.customer-body .train-support-grid{grid-template-columns:repeat(2,minmax(280px,1fr))!important}
.customer-body .train-support-card{overflow:hidden}
.customer-body .train-compact-toggle-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.customer-body .train-support-card .toggle-card{min-height:66px;align-items:center}
.customer-body .train-support-card .toggle-copy strong{font-size:15px;line-height:1.1}
.customer-body .train-support-card .toggle-copy small{font-size:12px;line-height:1.28}
.customer-body .streamelo-modal-card div{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}
@media(max-width:1180px){.customer-body .train-module-templates .train-template-grid.tile-grid{grid-template-columns:1fr!important}.customer-body .train-support-grid{grid-template-columns:1fr!important}}
@media(max-width:760px){.customer-body .train-template-secondary-actions,.customer-body .train-compact-toggle-list{grid-template-columns:1fr!important}.customer-body .train-template-meta span{grid-template-columns:18px 1fr;gap:7px}.customer-body .train-template-meta b{grid-column:2}.customer-body .train-template-meta em{grid-column:2}.customer-body .tile-title-icon{max-width:100%}.customer-body .train-template-top{display:grid;grid-template-columns:1fr auto}.customer-body .train-template-secondary-actions .btn{white-space:normal}.customer-body .streamelo-modal-card div{display:grid;grid-template-columns:1fr}.customer-body .streamelo-modal-card div .btn{width:100%;min-width:0}}
.customer-body .quick-train-card .section-head{align-items:flex-start;gap:18px}
.customer-body .quick-control-toolbar{display:flex;gap:12px;flex-wrap:wrap;margin:16px 0 20px}
.customer-body .quick-control-toolbar form{margin:0}
.customer-body .quick-master-btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px}
.customer-body .quick-train-grid.tile-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;gap:16px!important}
.customer-body .quick-train-tile{display:grid!important;grid-template-rows:auto auto 1fr!important;gap:13px!important;min-height:0!important;padding:16px!important;border-radius:22px!important;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.078),rgba(255,255,255,.028))!important}
.customer-body .quick-train-top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;min-width:0}
.customer-body .quick-template-title{display:grid;gap:3px;min-width:0}
.customer-body .quick-template-title strong{display:block;min-width:0;max-width:100%;font-size:19px;line-height:1.08;font-weight:920;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-body .quick-template-title span{font-size:12px;line-height:1.22;font-weight:850;color:#d9c9e0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-body .quick-status{display:inline-flex;align-items:center;gap:7px;min-width:70px;justify-content:center;padding:7px 10px;border-radius:999px;font-size:11px;line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:.045em;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 0 1px rgba(255,255,255,.035) inset}
.customer-body .quick-status i{display:block;width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 14px currentColor}
.customer-body .quick-status-on{color:#b9fff2;background:rgba(38,220,196,.105);border-color:rgba(38,220,196,.24)}
.customer-body .quick-status-off{color:#ead4de;background:rgba(255,93,150,.1);border-color:rgba(255,93,150,.22)}
.customer-body .quick-template-counts{display:block;min-height:36px;margin:0!important;color:var(--muted);font-size:13px!important;line-height:1.32!important;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.customer-body .quick-train-actions{display:grid;grid-template-columns:1fr;gap:9px;align-self:end;width:100%}
.customer-body .quick-train-actions form{display:block;width:100%;min-width:0;margin:0}
.customer-body .quick-train-actions .btn{display:flex;width:100%;min-width:0;justify-content:flex-start;align-items:center;gap:9px;padding:10px 12px!important;white-space:nowrap;overflow:hidden}
.customer-body .quick-train-actions .btn span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.customer-body .quick-train-actions .btn .si-icon{width:1.05em;height:1.05em;min-width:1.05em;min-height:1.05em}
.customer-body .quick-train-actions .btn.is-disabled{justify-content:flex-start}
@media(max-width:760px){.customer-body .quick-control-toolbar{display:grid;grid-template-columns:1fr}.customer-body .quick-control-toolbar .btn{width:100%}.customer-body .quick-train-grid.tile-grid{grid-template-columns:1fr!important}.customer-body .quick-template-title strong{font-size:18px}}
.video-select-field{grid-column:1/-1}.video-select-field small{display:block;color:var(--muted);font-weight:750;line-height:1.4;margin-top:8px}.video-current-file{margin-top:12px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(0,0,0,.18);padding:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.video-current-file strong{color:#fff;font-size:13px}.video-current-file span{color:var(--muted);font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-current-file video{grid-column:1/-1;width:100%;max-height:220px;background:rgba(0,0,0,.24);border-radius:14px}.effect-rule-grid .video-select-field{align-self:start}
.tenant-package-box{display:flex;align-items:center;gap:13px}.tenant-package-box img{width:52px;height:52px;object-fit:contain;flex:0 0 52px;filter:drop-shadow(0 12px 26px rgba(32,216,255,.18))}.tenant-package-box div{min-width:0}.tenant-package-box span{display:block;margin:0 0 4px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#cbb7d8;font-weight:900}.tenant-package-box strong{display:block;font-size:16px;line-height:1.18;overflow-wrap:anywhere}.customer-body .tenant-package-box strong{word-break:normal;overflow-wrap:break-word}.customer-body .tenant-package-box{background:linear-gradient(135deg,rgba(155,61,255,.13),rgba(32,216,255,.08));border-color:rgba(255,255,255,.14)}
.effect-rule-list{display:grid;gap:12px}
.effect-rule-list .effect-rule-card{margin:0;padding:0;border-radius:22px;overflow:hidden}
.effect-rule-overview{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 18px;background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.026))}
.effect-rule-icon{width:58px;height:58px;border-radius:19px;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 50% 18%,rgba(43,215,232,.18),transparent 58%),rgba(0,0,0,.2);display:grid;place-items:center;flex:0 0 auto}
.effect-rule-icon img{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 0 14px rgba(43,215,232,.28))}
.effect-rule-icon span{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--violet),var(--cyan));opacity:.7}
.effect-rule-main{min-width:0;display:grid;gap:8px}
.effect-rule-title-line{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}
.effect-rule-title-line strong{font-size:19px;line-height:1.12;overflow-wrap:anywhere}
.effect-type-chip{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;letter-spacing:.04em;border:1px solid rgba(255,255,255,.13);white-space:nowrap}
.effect-type-chip.is-video{color:#bdf7ff;background:rgba(32,216,255,.11);border-color:rgba(32,216,255,.24)}
.effect-type-chip.is-normal{color:#e5d2ff;background:rgba(155,61,255,.13);border-color:rgba(155,61,255,.24)}
.effect-rule-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:var(--muted);font-size:13px;font-weight:800;line-height:1.25}
.effect-rule-meta span{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.16);border-radius:999px;padding:6px 9px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.effect-rule-controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.effect-status-form,.effect-sort-form{margin:0}
.effect-mini-switch{display:inline-flex;align-items:center;gap:9px;color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;white-space:nowrap;cursor:pointer}
.effect-mini-switch input{position:absolute;opacity:0;pointer-events:none}
.effect-mini-switch i{position:relative;width:46px;height:26px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,85,112,.18);box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}
.effect-mini-switch i::before{content:"";position:absolute;top:4px;left:4px;width:16px;height:16px;border-radius:50%;background:#fff;transition:.16s ease;box-shadow:0 5px 14px rgba(0,0,0,.28)}
.effect-mini-switch input:checked+i{background:rgba(72,213,155,.22);border-color:rgba(72,213,155,.38)}
.effect-mini-switch input:checked+i::before{transform:translateX(20px)}
.effect-sort-actions{display:flex;align-items:center;gap:5px}
.effect-sort-actions .btn{min-width:34px;padding-inline:10px;font-weight:900}
.effect-edit-modal{position:fixed;inset:0;z-index:230;display:grid;place-items:center;background:rgba(2,4,12,.78);backdrop-filter:blur(8px);padding:18px}
.effect-edit-modal.hidden{display:none}
.effect-modal-open{overflow:hidden}
.effect-edit-modal-card{width:min(1120px,100%);max-height:calc(100vh - 36px);display:grid;grid-template-rows:auto minmax(0,1fr);background:radial-gradient(circle at 8% 0,rgba(124,63,212,.28),transparent 38%),radial-gradient(circle at 92% 8%,rgba(43,215,232,.12),transparent 35%),linear-gradient(145deg,rgba(21,26,41,.98),rgba(8,11,20,.98));border:1px solid rgba(184,222,255,.16);border-radius:28px;box-shadow:0 30px 120px rgba(0,0,0,.68);overflow:hidden}
.effect-edit-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 22px;border-bottom:1px solid rgba(184,222,255,.12)}
.effect-edit-modal-head span,.effect-edit-modal-title span{display:block;color:#cdb9ff;font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;margin-bottom:5px}
.effect-edit-modal-head strong{display:block;color:#fff;font-size:25px;line-height:1.05}
.effect-edit-modal-close{width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;font-size:26px;line-height:1;cursor:pointer}
.effect-edit-modal-body{overflow:auto;padding:20px 22px}
.effect-edit-modal-title{grid-column:1/-1;display:grid;gap:2px;margin-bottom:2px}
.effect-edit-modal-title strong{display:block;color:#fff;font-size:24px;line-height:1.1;overflow-wrap:anywhere}
.effect-edit-modal .effect-rule-form{padding:0}
.effect-edit-modal .effect-row-actions{position:sticky;bottom:0;background:linear-gradient(180deg,rgba(8,11,20,.2),rgba(8,11,20,.96));padding-top:12px;padding-bottom:2px}
.effect-icon-modal{z-index:260}
.video-current-file span{color:#fff;font-size:16px}
@media(max-width:1400px){.effect-rule-overview{grid-template-columns:auto minmax(0,1fr);align-items:start}.effect-rule-controls{grid-column:1/-1;justify-content:flex-end}.effect-rule-controls>.btn{flex:0 0 auto}.effect-status-form{margin-right:auto}.effect-edit-modal-card{max-height:calc(100vh - 24px);border-radius:24px}.effect-edit-modal{padding:12px}.effect-edit-modal-body{padding:16px}.effect-edit-modal-head{padding:16px}.effect-edit-modal-head strong{font-size:22px}}
@media(max-width:620px){.effect-rule-overview{grid-template-columns:1fr;gap:12px;padding:14px}.effect-rule-icon{width:54px;height:54px}.effect-rule-controls{display:grid;grid-template-columns:1fr;gap:9px}.effect-status-form,.effect-sort-actions,.effect-rule-controls>.btn{width:100%}.effect-mini-switch{justify-content:space-between;width:100%;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:10px;background:rgba(0,0,0,.15)}.effect-sort-actions{display:grid;grid-template-columns:1fr 1fr}.effect-rule-meta span{white-space:normal}.effect-edit-modal{padding:0;align-items:stretch}.effect-edit-modal-card{width:100%;max-height:100vh;height:100vh;border-radius:0;border-left:0;border-right:0}.effect-edit-modal-body{padding:14px}.effect-edit-modal .effect-rule-grid{grid-template-columns:1fr}.effect-edit-modal .effect-row-actions{display:grid!important;grid-template-columns:1fr!important}.effect-edit-modal .effect-row-actions .btn{width:100%}.effect-icon-modal{padding:0;align-items:stretch}.effect-icon-modal-card{height:100vh;max-height:100vh;border-radius:0}.effect-icon-modal-actions{grid-template-columns:1fr!important}}
.effect-rule-group{display:grid;gap:10px}
.effect-rule-group+.effect-rule-group{margin-top:10px;padding-top:14px;border-top:1px solid rgba(184,222,255,.11)}
.effect-rule-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 2px 4px}
.effect-rule-group-head strong{font-size:16px;color:#fff}
.effect-rule-group-head span{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:var(--muted);font-weight:900}
.effect-rule-empty{border:1px dashed rgba(255,255,255,.14);border-radius:18px;padding:16px;color:var(--muted);font-weight:800;background:rgba(0,0,0,.12)}
.effect-test-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.effect-test-form .btn{white-space:nowrap}.effect-test-status{min-height:18px;font-size:12px;font-weight:900;color:var(--muted)}.effect-test-status.is-success{color:var(--success)}.effect-test-status.is-error{color:var(--danger)}@media(max-width:960px){.effect-test-form{flex:1}.effect-test-form .btn{flex:1}.effect-test-status{width:100%;text-align:center}}@media(max-width:620px){.effect-test-form{width:100%;display:grid;grid-template-columns:1fr}.effect-test-status{text-align:left}}
.effect-type-chip.is-audio{color:#ffe7a8;background:rgba(255,190,70,.12);border-color:rgba(255,190,70,.28)}
.effect-type-chip.is-support{color:#baffd9;background:rgba(72,213,155,.12);border-color:rgba(72,213,155,.28)}
.effect-type-chip.is-combo{color:#ffd1f7;background:rgba(255,93,196,.12);border-color:rgba(255,93,196,.28)}
.audio-select-field{grid-column:1/-1}.audio-select-field small{display:block;color:var(--muted);font-weight:750;line-height:1.4;margin-top:8px}
.overlay-editor-card{overflow:hidden}.overlay-editor-screen{display:grid;gap:18px;min-height:100vh;padding:18px 20px 24px}.overlay-editor-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;border-radius:24px;border:1px solid rgba(184,222,255,.12);background:radial-gradient(circle at 10% 0,rgba(124,63,212,.22),transparent 40%),linear-gradient(145deg,rgba(21,26,41,.98),rgba(8,11,20,.98));box-shadow:0 22px 70px rgba(0,0,0,.28)}.overlay-editor-topbar-main{display:flex;align-items:flex-start;gap:14px}.overlay-editor-copy h1{margin:2px 0 6px;color:#fff;font-size:34px;line-height:1.05}.overlay-editor-copy p{margin:0;color:var(--muted);max-width:740px}.overlay-editor-topbar-actions{display:flex;align-items:end;gap:12px;flex-wrap:wrap;justify-content:flex-end}.overlay-editor-topbar-actions>.field{min-width:180px}.overlay-editor-lock-card{max-width:380px}.overlay-editor-lock-card.compact{padding:10px 12px}.overlay-editor-lock-card .toggle-copy small{max-width:240px}.overlay-editor-helpbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-radius:20px;border:1px solid rgba(184,222,255,.1);background:rgba(255,255,255,.04)}.overlay-editor-helpbar strong{display:block;color:#fff;font-size:15px}.overlay-editor-helpbar span{display:block;color:var(--muted)}.overlay-editor-wrap{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px;align-items:start}.overlay-editor-wrap.is-fullscreen{min-height:calc(100vh - 230px)}.overlay-editor-stage-panel{display:grid;gap:12px}.overlay-editor-stage{position:relative;width:100%;background:#050814;border:1px solid rgba(184,222,255,.16);border-radius:22px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 22px 70px rgba(0,0,0,.3)}.overlay-editor-stage iframe,.overlay-editor-hitlayer{position:absolute;left:0;top:0;border:0}.overlay-editor-stage iframe{z-index:1;background:transparent;pointer-events:none}.overlay-editor-hitlayer{z-index:2}.overlay-editor-box{position:absolute;display:grid;place-items:start stretch;border:2px solid rgba(32,216,255,.58);background:rgba(32,216,255,.08);color:#fff;border-radius:14px;cursor:move;box-shadow:0 0 0 1px rgba(0,0,0,.4),0 0 28px rgba(32,216,255,.14);padding:0;touch-action:none;overflow:visible}.overlay-editor-box.is-passive{pointer-events:none;opacity:.62}.overlay-editor-box span{align-self:start;justify-self:start;margin:8px;padding:6px 9px;border-radius:999px;background:rgba(4,7,18,.82);font-size:18px;font-weight:950;white-space:nowrap}.overlay-editor-box i{position:absolute;right:-8px;bottom:-8px;width:22px;height:22px;border-radius:8px;background:linear-gradient(135deg,var(--violet),var(--cyan));border:2px solid rgba(255,255,255,.78);cursor:nwse-resize}.overlay-editor-box.is-active{border-color:#fff;background:rgba(155,61,255,.14);box-shadow:0 0 0 2px rgba(155,61,255,.32),0 0 36px rgba(155,61,255,.22);z-index:3}.overlay-editor-panel{display:grid;gap:12px;max-height:calc(100vh - 220px);overflow:auto;padding-right:4px}.overlay-editor-fieldset{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px;border:1px solid rgba(184,222,255,.12);border-radius:18px;background:rgba(255,255,255,.045)}.overlay-editor-fieldset-head{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:10px}.overlay-editor-fieldset.is-active{border-color:rgba(32,216,255,.38);background:rgba(32,216,255,.07)}.overlay-editor-fieldset h3{margin:0;color:#fff;font-size:16px}.overlay-editor-fieldset label{display:grid;gap:6px;color:var(--muted);font-weight:850;font-size:12px}.overlay-editor-fieldset input[type=number]{width:100%;border:1px solid rgba(184,222,255,.14);border-radius:12px;background:rgba(0,0,0,.22);color:var(--text);padding:10px}.overlay-editor-fieldset input[type=checkbox]{width:22px;height:22px}.phase-config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.phase-config-row{display:grid;gap:10px;padding:14px;border-radius:18px;border:1px solid rgba(184,222,255,.12);background:rgba(255,255,255,.045)}.phase-config-row h3{margin:0;color:#fff;font-size:16px}.phase-action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:14px}.control-status-grid,.profile-limit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.control-status-card,.profile-limit-card{padding:16px;border-radius:20px;border:1px solid rgba(184,222,255,.12);background:rgba(255,255,255,.045);display:grid;gap:7px}.control-status-card span,.profile-limit-card span{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.control-status-card strong,.profile-limit-card strong{color:#fff;font-size:22px}.control-actions-grid,.quick-trigger-grid{display:flex;gap:10px;flex-wrap:wrap}.control-actions-grid form,.quick-trigger-grid form{margin:0}.quick-trigger-grid .btn{min-width:180px;justify-content:flex-start}.mobile-control-card .hero-link{margin-top:14px}.package-limit-form{display:grid;gap:16px}.package-limit-types{display:flex;gap:10px;flex-wrap:wrap}.package-limit-types label{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(184,222,255,.12);background:rgba(255,255,255,.045);border-radius:999px;padding:9px 12px;color:var(--text);font-weight:850}.profile-select-list{display:grid;gap:10px}.profile-select-list form{margin:0}.profile-select-list button{width:100%;justify-content:flex-start}.profile-select-list .is-active{outline:2px solid rgba(32,216,255,.38)}
@media(max-width:1100px){.overlay-editor-topbar,.overlay-editor-helpbar{grid-template-columns:1fr;display:grid}.overlay-editor-topbar-actions{justify-content:stretch}.overlay-editor-topbar-actions>.field{min-width:0}.overlay-editor-wrap{grid-template-columns:1fr}.overlay-editor-panel{max-height:none;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.overlay-editor-box span{font-size:14px}.quick-trigger-grid .btn{min-width:0;width:100%}}
@media(max-width:680px){.overlay-editor-screen{padding:10px}.overlay-editor-topbar{padding:14px;border-radius:20px}.overlay-editor-copy h1{font-size:28px}.overlay-editor-topbar-main{flex-direction:column}.overlay-editor-topbar-actions{display:grid;grid-template-columns:1fr}.overlay-editor-helpbar{padding:12px;display:grid;grid-template-columns:1fr}.overlay-editor-fieldset{grid-template-columns:1fr}.overlay-editor-fieldset-head{align-items:flex-start;flex-direction:column}.control-actions-grid,.quick-trigger-grid{display:grid;grid-template-columns:1fr}.control-actions-grid .btn,.quick-trigger-grid .btn{width:100%}.phase-config-grid,.phase-action-grid,.control-status-grid,.profile-limit-grid{grid-template-columns:1fr}}
:root[data-theme="light"] .overlay-editor-stage{background:#f4f7fb}:root[data-theme="light"] .overlay-editor-fieldset,:root[data-theme="light"] .phase-config-row,:root[data-theme="light"] .control-status-card,:root[data-theme="light"] .profile-limit-card,:root[data-theme="light"] .package-limit-types label{background:rgba(255,255,255,.86);border-color:rgba(20,30,50,.12)}
.control-grid,.quick-button-grid,.limit-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.quick-button-card{display:grid;gap:9px;padding:14px;border-radius:18px;border:1px solid rgba(184,222,255,.12);background:rgba(255,255,255,.045)}.quick-button-card strong{color:#fff;font-size:17px}.quick-button-card span{color:var(--muted);font-weight:850;font-size:12px}.inline-post-form{margin:0}.inline-post-form .btn{width:100%}@media(max-width:680px){.control-grid,.quick-button-grid,.limit-type-grid{grid-template-columns:1fr}}

.effect-field-hidden{display:none!important}
.editor-shell-main{min-height:100vh;padding:0}
.editor-shell-body{overflow:hidden}

.effect-rule-groups{display:grid;gap:12px}
.effect-rule-group,.effect-platform-group{border:1px solid rgba(184,222,255,.12);border-radius:20px;background:rgba(255,255,255,.035);overflow:hidden}
.effect-rule-group{margin:0!important;padding:0!important}
.effect-rule-group+.effect-rule-group{margin-top:0!important;padding-top:0!important;border-top:1px solid rgba(184,222,255,.12)!important}
.effect-rule-group-head,.effect-platform-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;padding:16px 18px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018))}
.effect-rule-group-head::-webkit-details-marker,.effect-platform-group-head::-webkit-details-marker,.effect-rule-summary::-webkit-details-marker{display:none}
.effect-rule-group-head strong{font-size:17px}.effect-platform-group-head strong{font-size:15px;color:var(--muted)}
.effect-rule-group-head span,.effect-platform-group-head span{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(0,0,0,.18);color:var(--muted);font-weight:900}
.effect-rule-group-body{display:grid;gap:10px;padding:12px}
.effect-platform-group-head{padding:13px 14px;background:rgba(0,0,0,.14)}
.effect-platform-group .effect-rule-list{padding:10px;gap:10px}
.effect-rule-card{display:block!important;margin:0!important;padding:0!important;border-radius:18px!important;overflow:hidden}
.effect-rule-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 16px;cursor:pointer;list-style:none;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.022))}
.effect-rule-card[open] .effect-rule-summary{border-bottom:1px solid rgba(184,222,255,.12)}
.effect-rule-expanded{display:grid;gap:12px;padding:14px 16px 16px;background:rgba(0,0,0,.11)}
.effect-rule-chevron{width:11px;height:11px;border-right:2px solid rgba(255,255,255,.7);border-bottom:2px solid rgba(255,255,255,.7);transform:rotate(45deg);transition:transform .16s ease;margin:0 5px 5px 0}
.effect-rule-card[open] .effect-rule-chevron{transform:rotate(225deg);margin:5px 5px 0 0}
.effect-rule-expanded .effect-rule-controls{justify-content:flex-start}
.audio-select-field small{display:none!important}
@media(max-width:620px){.effect-rule-group-head{padding:14px}.effect-rule-group-body{padding:8px}.effect-platform-group .effect-rule-list{padding:8px}.effect-rule-summary{padding:13px}.effect-rule-expanded{padding:12px}.effect-rule-expanded .effect-rule-controls{display:grid;grid-template-columns:1fr}.effect-rule-expanded .effect-status-form,.effect-rule-expanded .effect-sort-actions,.effect-rule-expanded .effect-test-form,.effect-rule-expanded .btn{width:100%}}
.editor-shell-body{overflow:auto}
.overlay-editor-screen{display:grid;gap:16px;min-height:100vh;padding:18px 20px 24px}
.overlay-editor-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;border-radius:24px;border:1px solid rgba(184,222,255,.12);background:radial-gradient(circle at 10% 0,rgba(124,63,212,.22),transparent 40%),linear-gradient(145deg,rgba(21,26,41,.98),rgba(8,11,20,.98));box-shadow:0 22px 70px rgba(0,0,0,.28)}
.overlay-editor-topbar-main{display:flex;align-items:flex-start;gap:14px}
.overlay-editor-copy h1{margin:2px 0 7px;color:#fff;font-size:34px;line-height:1.05}
.overlay-editor-copy p{margin:0;max-width:700px;color:var(--muted);font-weight:750}
.overlay-editor-topbar-actions{display:flex;align-items:end;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.overlay-editor-topbar-actions>.field{min-width:180px}
.overlay-editor-workspace{display:grid;grid-template-columns:250px minmax(0,1fr) 360px;gap:16px;align-items:start}
.overlay-editor-elements,.overlay-editor-inspector{border:1px solid rgba(184,222,255,.12);border-radius:22px;background:linear-gradient(145deg,rgba(20,25,39,.96),rgba(8,11,20,.96));box-shadow:0 18px 54px rgba(0,0,0,.2);overflow:hidden}
.overlay-editor-side-head,.overlay-editor-inspector-head{display:grid;gap:4px;padding:16px 17px;border-bottom:1px solid rgba(184,222,255,.1)}
.overlay-editor-side-head>span,.overlay-editor-inspector-head>span{color:#cdb9ff;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.overlay-editor-side-head small,.overlay-editor-inspector-head small{color:var(--muted);font-size:12px;line-height:1.35}
.overlay-editor-inspector-head strong{color:#fff;font-size:20px;line-height:1.1}
.overlay-editor-element-list{display:grid;gap:7px;padding:10px}
.overlay-editor-element{width:100%;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:12px;border:1px solid transparent;border-radius:16px;background:transparent;color:var(--text);text-align:left;cursor:pointer;transition:.16s ease}
.overlay-editor-element:hover{border-color:rgba(43,215,232,.26);background:rgba(43,215,232,.06)}
.overlay-editor-element.is-active{border-color:rgba(43,215,232,.48);background:linear-gradient(145deg,rgba(124,63,212,.22),rgba(43,215,232,.1));box-shadow:0 0 0 3px rgba(43,215,232,.06)}
.overlay-editor-element>.si-icon{width:36px;height:36px;padding:9px;border-radius:12px;background:linear-gradient(135deg,rgba(124,63,212,.78),rgba(43,215,232,.76));color:#fff}
.overlay-editor-element>span{display:grid;gap:3px;min-width:0}
.overlay-editor-element strong{overflow:hidden;color:#fff;font-size:14px;text-overflow:ellipsis;white-space:nowrap}
.overlay-editor-element small{color:var(--muted);font-size:11px;font-weight:800}
.overlay-editor-stage-panel{display:grid;gap:10px;min-width:0}
.overlay-editor-stage-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border:1px solid rgba(184,222,255,.1);border-radius:16px;background:rgba(255,255,255,.035);color:#fff;font-size:13px;font-weight:900}
.overlay-editor-stage-toolbar>span{display:inline-flex;align-items:center;gap:8px}
.overlay-editor-stage-toolbar small{color:var(--muted);font-weight:750}
.overlay-editor-stage{position:relative;width:100%;background:#050814;border:1px solid rgba(184,222,255,.16);border-radius:22px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 22px 70px rgba(0,0,0,.3)}
.overlay-editor-stage iframe,.overlay-editor-hitlayer{position:absolute;left:0;top:0;border:0}
.overlay-editor-stage iframe{z-index:1;background:transparent;pointer-events:none}
.overlay-editor-hitlayer{z-index:2}
.overlay-editor-box{position:absolute;display:grid;place-items:start stretch;border:2px solid rgba(32,216,255,.62);background:rgba(32,216,255,.08);color:#fff;border-radius:14px;cursor:move;box-shadow:0 0 0 1px rgba(0,0,0,.4),0 0 28px rgba(32,216,255,.14);padding:0;touch-action:none;overflow:visible}
.overlay-editor-box.is-hidden{display:none}
.overlay-editor-box span{align-self:start;justify-self:start;margin:8px;padding:6px 9px;border-radius:999px;background:rgba(4,7,18,.86);font-size:17px;font-weight:950;white-space:nowrap}
.overlay-editor-box i{position:absolute;right:-8px;bottom:-8px;width:22px;height:22px;border-radius:8px;background:linear-gradient(135deg,var(--violet),var(--cyan));border:2px solid rgba(255,255,255,.78);cursor:nwse-resize}
.overlay-editor-box.is-active{border-color:#fff;background:rgba(155,61,255,.15);box-shadow:0 0 0 3px rgba(155,61,255,.28),0 0 38px rgba(155,61,255,.26)}
.overlay-editor-inspector{position:sticky;top:12px}
.overlay-editor-fields{display:grid;gap:0}
.overlay-editor-fields[hidden]{display:none}
.overlay-editor-visible{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;border-bottom:1px solid rgba(184,222,255,.1);color:#fff}
.overlay-editor-visible>span:first-child{display:inline-flex;align-items:center;gap:9px}
.overlay-editor-visible b{font-size:14px}
.overlay-editor-form-section{display:grid;gap:12px;padding:16px 17px;border-bottom:1px solid rgba(184,222,255,.1)}
.overlay-editor-form-section>div:first-child{display:grid;gap:3px}
.overlay-editor-form-section strong{color:#fff;font-size:14px}
.overlay-editor-form-section small{color:var(--muted);font-size:12px;line-height:1.35}
.overlay-editor-number-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.overlay-editor-number-grid label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:850}
.overlay-editor-number-grid input{width:100%;border:1px solid rgba(184,222,255,.14);border-radius:12px;background:rgba(0,0,0,.22);color:var(--text);padding:10px}
.overlay-editor-range-list{display:grid;gap:12px}
.editor-range-field{display:grid;gap:7px}
.editor-range-field>span{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px}
.editor-range-field b{color:var(--text);font-size:12px}
.editor-range-field output{color:#fff;font-size:12px;font-weight:900}
.editor-range-field input{width:100%}
.effect-form-layout{display:grid;gap:14px}
.effect-form-section{display:grid;gap:14px;padding:16px;border:1px solid rgba(184,222,255,.12);border-radius:20px;background:rgba(255,255,255,.035)}
.effect-form-section-head{display:flex;align-items:flex-start;gap:10px}
.effect-form-section-head>span{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:999px;background:linear-gradient(135deg,rgba(124,63,212,.9),rgba(43,215,232,.8));color:#fff;font-size:13px;font-weight:950}
.effect-form-section-head>div{display:grid;gap:3px}
.effect-form-section-head strong{color:#fff;font-size:16px;line-height:1.1}
.effect-form-section-head small{color:var(--muted);font-size:12px;line-height:1.3}
.effect-form-section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.effect-form-section-grid>.field,.effect-form-section-grid>.toggle-card{min-width:0}
.effect-form-full{grid-column:1/-1}
.effect-form-section .icon-field{grid-column:1/-1}
.effect-form-section .audio-select-field,.effect-form-section .video-select-field{grid-column:1/-1}
.effect-form-section .audio-select-field{display:grid;grid-template-columns:minmax(0,1fr) minmax(200px,.55fr);gap:13px;align-items:end}
.effect-form-section .audio-select-field>.field{min-width:0}
@media(max-width:1380px){.overlay-editor-workspace{grid-template-columns:220px minmax(0,1fr) 330px}}
@media(max-width:1120px){.overlay-editor-topbar{display:grid;grid-template-columns:1fr}.overlay-editor-topbar-actions{justify-content:flex-start}.overlay-editor-workspace{grid-template-columns:230px minmax(0,1fr)}.overlay-editor-inspector{grid-column:1/-1;position:static}.overlay-editor-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.overlay-editor-inspector-head,.overlay-editor-visible{grid-column:1/-1}.overlay-editor-form-section{border-bottom:0;border-right:1px solid rgba(184,222,255,.1)}.effect-form-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.editor-shell-body{overflow:auto}.overlay-editor-screen{padding:10px}.overlay-editor-topbar{padding:14px;border-radius:20px}.overlay-editor-topbar-main{flex-direction:column}.overlay-editor-copy h1{font-size:28px}.overlay-editor-topbar-actions{display:grid;grid-template-columns:1fr}.overlay-editor-topbar-actions>.field,.overlay-editor-topbar-actions .btn{width:100%}.overlay-editor-workspace{grid-template-columns:1fr}.overlay-editor-elements{order:2}.overlay-editor-stage-panel{order:1}.overlay-editor-inspector{order:3}.overlay-editor-element-list{grid-template-columns:repeat(2,minmax(0,1fr))}.overlay-editor-element{grid-template-columns:32px minmax(0,1fr);padding:10px}.overlay-editor-element>.si-icon{width:32px;height:32px;padding:8px}.overlay-editor-stage-toolbar{display:grid;grid-template-columns:1fr}.overlay-editor-stage-toolbar small{line-height:1.35}.overlay-editor-inspector{position:static}.overlay-editor-fields{grid-template-columns:1fr}.overlay-editor-form-section{border-right:0;border-bottom:1px solid rgba(184,222,255,.1)}.overlay-editor-box span{font-size:13px}.effect-form-section-grid{grid-template-columns:1fr}.effect-form-section .audio-select-field{grid-template-columns:1fr}}
.overlay-editor-rule-manager{gap:13px}.overlay-editor-rule-list{display:grid;gap:8px}.overlay-editor-rule-select{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:11px 12px;border:1px solid rgba(184,222,255,.13);border-radius:14px;background:rgba(0,0,0,.16);color:var(--text);text-align:left;cursor:pointer;transition:.16s ease}.overlay-editor-rule-select:hover{border-color:rgba(43,215,232,.42);background:rgba(43,215,232,.08)}.overlay-editor-rule-select.is-active{border-color:rgba(43,215,232,.58);background:linear-gradient(135deg,rgba(124,63,212,.22),rgba(43,215,232,.11));box-shadow:0 0 0 3px rgba(43,215,232,.06)}.overlay-editor-rule-select>span{display:grid;gap:3px;min-width:0}.overlay-editor-rule-select strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overlay-editor-rule-select small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overlay-editor-rule-select em{flex:0 0 auto;padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.08);color:#cdefff;font-size:11px;font-style:normal;font-weight:900}.overlay-editor-rule-fields{display:grid;gap:12px;padding:13px;border:1px solid rgba(43,215,232,.22);border-radius:15px;background:rgba(43,215,232,.045)}.overlay-editor-rule-fields[hidden]{display:none}.overlay-editor-rule-fields-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.overlay-editor-rule-fields-head>div{display:grid;gap:3px}.overlay-editor-rule-fields-head strong{color:#fff;font-size:13px}.overlay-editor-rule-fields-head small{color:var(--muted);font-size:11px;line-height:1.35}.overlay-editor-rule-fields .btn{flex:0 0 auto}.overlay-editor-rule-manager>.btn{justify-self:start}
:root[data-theme="light"] .overlay-editor-elements,:root[data-theme="light"] .overlay-editor-inspector{background:rgba(255,255,255,.95);border-color:rgba(20,30,50,.12)}
:root[data-theme="light"] .overlay-editor-stage-toolbar,:root[data-theme="light"] .effect-form-section{background:rgba(255,255,255,.84);border-color:rgba(20,30,50,.12)}
:root[data-theme="light"] .overlay-editor-element strong,:root[data-theme="light"] .overlay-editor-inspector-head strong,:root[data-theme="light"] .overlay-editor-form-section strong,:root[data-theme="light"] .overlay-editor-visible{color:#192235}
:root[data-theme="light"] .overlay-editor-number-grid input{background:#fff;border-color:rgba(20,30,50,.16);color:#192235}:root[data-theme="light"] .overlay-editor-rule-select{background:#fff;border-color:rgba(20,30,50,.14)}:root[data-theme="light"] .overlay-editor-rule-select.is-active{background:linear-gradient(135deg,rgba(124,63,212,.12),rgba(43,215,232,.1))}:root[data-theme="light"] .overlay-editor-rule-fields{background:rgba(43,215,232,.05);border-color:rgba(20,30,50,.12)}:root[data-theme="light"] .overlay-editor-rule-fields-head strong{color:#192235}
.overlay-editor-rule-box{position:absolute;display:block;box-sizing:border-box;border:2px solid rgba(255,192,76,.96);border-radius:16px;background:rgba(255,192,76,.1);box-shadow:0 0 0 3px rgba(255,192,76,.12),0 0 28px rgba(255,192,76,.2);padding:0;color:#fff;pointer-events:auto;touch-action:none;z-index:120!important;cursor:move;appearance:none}.overlay-editor-rule-box[hidden]{display:none}.overlay-editor-rule-box>span{position:absolute;left:8px;top:8px;max-width:calc(100% - 28px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:6px 9px;border-radius:999px;background:rgba(24,17,5,.9);color:#fff4dc;font-size:15px;font-weight:950;line-height:1}.overlay-editor-rule-box>i{position:absolute;right:-9px;bottom:-9px;width:24px;height:24px;border:2px solid rgba(255,255,255,.88);border-radius:8px;background:linear-gradient(135deg,#ffc04c,#ff8e3c);box-shadow:0 5px 16px rgba(0,0,0,.34);cursor:nwse-resize}.overlay-editor-rule-range{position:relative;padding-right:92px}.overlay-editor-rule-range>input[type=range]{width:100%}.overlay-editor-rule-exact{position:absolute;right:0;bottom:0;width:78px!important;padding:8px!important;border:1px solid rgba(184,222,255,.18)!important;border-radius:10px!important;background:rgba(0,0,0,.22)!important;color:var(--text)!important;text-align:center;font-weight:900}.overlay-editor-rule-fields-head small{max-width:235px}.overlay-editor-rule-manager{gap:13px}.overlay-editor-rule-fields{border-color:rgba(255,192,76,.34);background:linear-gradient(135deg,rgba(255,192,76,.08),rgba(43,215,232,.045))}@media(max-width:760px){.overlay-editor-rule-range{padding-right:86px}.overlay-editor-rule-exact{width:72px!important}.overlay-editor-rule-box>span{font-size:13px}}
:root[data-theme="light"] .overlay-editor-rule-box{border-color:rgba(175,103,0,.88);background:rgba(255,192,76,.13);box-shadow:0 0 0 3px rgba(175,103,0,.1),0 0 24px rgba(175,103,0,.13)}:root[data-theme="light"] .overlay-editor-rule-box>span{background:rgba(78,44,0,.92);color:#fff8e8}:root[data-theme="light"] .overlay-editor-rule-exact{background:#fff!important;border-color:rgba(20,30,50,.16)!important;color:#192235!important}

.overlay-editor-box.is-locked{pointer-events:none;opacity:.42;border-style:dashed;box-shadow:0 0 0 1px rgba(0,0,0,.32)}
.overlay-editor-box.is-active.is-locked{border-color:rgba(205,185,255,.76);background:rgba(155,61,255,.08);box-shadow:0 0 0 2px rgba(155,61,255,.16),0 0 26px rgba(155,61,255,.16)}
.overlay-editor-lock-control{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.overlay-editor-lock-control>div{display:grid;gap:3px;min-width:0}
.overlay-editor-lock-control .btn{flex:0 0 auto;white-space:nowrap}
@media(max-width:760px){.overlay-editor-lock-control{display:grid}.overlay-editor-lock-control .btn{width:100%}}

.overlay-editor-rule-box.is-dragging{cursor:grabbing}.overlay-editor-rule-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.overlay-editor-rule-actions .btn{flex:0 0 auto}@media(max-width:760px){.overlay-editor-rule-actions{width:100%;justify-content:stretch}.overlay-editor-rule-actions .btn{flex:1 1 0;justify-content:center}}

details.effect-rule-card:not([open]) > .effect-rule-expanded{display:none}
.overlay-editor-box{transform-origin:top left}
