@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";html,body{overscroll-behavior:none;touch-action:pan-y}*{margin:0;padding:0;box-sizing:border-box;font-family:Outfit,sans-serif}:root{--accent: #BB86FC;--background: #121212;--text: #FFFFFF;--secondary-text: #B3B3B3;--border: #333;--live: #4caf50;--scheduled: #9e9e9e}.button{border-radius:10px;height:2rem;width:2rem;cursor:pointer;color:var(--border);font-size:.9rem;border:2px solid var(--border);transition:color .2s,background-color .2s,border-color .2s;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0}.button:disabled{cursor:not-allowed;filter:brightness(90%) opacity(80%)}.chill-button{border:none;border-radius:6px;cursor:pointer;padding:2px 4px;color:var(--border);transition:color .2s,background-color .2s,border-color .2s;text-align:left}button.primary{border:var(--accent)}button.critical{background-color:#ffc7c7cc}button.critical:hover{background-color:#b43c3c;color:#fff;border-color:#b43c3c}button.save{background-color:#ffd7004d}button.saved{background-color:#ffd700cc}button.fill{background-color:var(--border);color:#fff}.checkbox{display:flex;align-items:center;background-color:#eee;width:fit-content;padding:2px 8px 2px 2px;border-radius:10px;font-size:.9rem;border:2px solid var(--border)}.checkbox:hover{background-color:#ddd;cursor:pointer}input[type=checkbox]{appearance:none;-webkit-appearance:none;background-color:#fff;border:2px solid var(--border);border-radius:6px;width:18px;height:18px;cursor:pointer;position:relative;vertical-align:middle;transition:border-color .2s,box-shadow .2s;outline:none;margin-right:8px;display:inline-block}input[type=checkbox]:hover{border-color:var(--border);box-shadow:0 0 0 2px var(#eee, #f6f8fa)}input[type=checkbox]:checked{background-color:var(--accent);border-color:var(--border)}input[type=checkbox]:after{content:"";position:absolute;top:50%;left:50%;width:auto;height:auto;color:#000;font-family:"Font Awesome 7 Pro";font-weight:900;font-size:.5rem;transform:translate(-50%,-50%);pointer-events:none;opacity:0;transition:opacity .2s}input[type=checkbox]:checked:after{content:"";width:auto;height:auto;opacity:1;color:#fff}label>input[type=checkbox]{margin-right:6px}.flex-w{flex-wrap:wrap}.flex-h{display:flex;flex-direction:row;align-items:center}.flex-h5{display:flex;flex-direction:row;align-items:center;gap:5px}.flex-h10{display:flex;flex-direction:row;align-items:center;gap:10px}.flex-h15{display:flex;flex-direction:row;align-items:center;gap:15px}.flex-v{display:flex;flex-direction:column}.flex-v5{display:flex;flex-direction:column;gap:5px}.flex-v10{display:flex;flex-direction:column;gap:10px}.flex-v15{display:flex;flex-direction:column;gap:15px}.button-group{display:flex;align-items:center}.button-group>:not(:first-child){border-radius:0;border-left-width:1px}.button-group>:first-child{border-radius:10px 0 0 10px}.button-group>:first-child:not(:only-child){border-right-width:1px}.button-group>:last-child{border-radius:0 10px 10px 0}.button-group>:only-child{border-radius:10px!important}.button-group-v{display:flex;flex-direction:column;align-items:center}.button-group-v>:not(:first-child){border-radius:0;border-top-width:0}.button-group-v>:first-child{border-radius:10px 10px 0 0}.button-group-v>:last-child{border-radius:0 0 10px 10px}.button-group-v>:only-child{border-radius:10px!important}.rotate{transition:transform .2s;transform-origin:center;transform:rotate(0)}.rotate-90{transform:rotate(90deg)}
