div.form-container{background-color:#0009;padding:30px;border-radius:10px;box-shadow:0 5px 15px #0000004d;width:100%;max-width:480px;margin:0 auto;display:flex;flex-direction:column;align-items:center;min-height:400px;justify-content:center}.brand-text{color:#fff;font-size:32px;font-weight:700;text-shadow:0 0 10px rgba(0,0,0,.8);margin-bottom:24px;display:block}h1.auth-title{color:#fff;font-size:28px;font-weight:700;margin-bottom:24px;text-align:center;text-shadow:0 0 8px rgba(0,0,0,.8);width:100%}div.auth-links{margin-top:24px;max-width:400px}div.auth-links p{color:#ccc;font-size:14px;margin:8px 0;text-shadow:0 0 5px rgba(0,0,0,.7)}div.auth-links a{color:#a0b8ff;font-weight:500;text-decoration:none}div.auth-links a:hover{text-decoration:underline}div.auth-message{width:100%;max-width:400px;padding:12px;margin-bottom:16px;border-radius:4px;font-weight:500;text-align:center}div.auth-message.error{background-color:#ffe0e0e6;color:#d32f2f;border:1px solid #d32f2f}div.auth-message.success{background-color:#e0ffe0e6;color:#388e3c;border:1px solid #388e3c}form.auth-form{width:100%;display:flex;flex-direction:column;gap:0;margin-bottom:24px}form.auth-form>div.fields{width:100%;display:flex;flex-direction:column;gap:16px;margin-bottom:24px}form.auth-form label.component--text-field{display:flex;flex-direction:column;width:100%;margin-bottom:0}form.auth-form label.component--text-field span.label-text{color:#fff!important;font-weight:500;text-shadow:0 0 5px rgba(0,0,0,.5);margin-bottom:2px!important}form.auth-form label.component--text-field input{background-color:#ffffffe6!important;border:1px solid rgba(255,255,255,.5)!important;color:#333!important;padding:12px 15px!important;font-size:16px!important;border-radius:4px;height:44px}form.auth-form label.component--text-field input::placeholder{color:#666!important}form.auth-form label.component--text-field div.error{color:#fcc;font-size:12px;margin-top:5px;text-shadow:0 0 3px rgba(0,0,0,.5)}form.auth-form div.fields>div.two-fields{margin:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px}form.auth-form div.fields>label.component--text-field[for=email]{width:100%}form.auth-form div.actions{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;align-items:center;justify-content:center}form.auth-form div.actions.action-single{display:block;grid-template-columns:1fr;grid-gap:0}button.login-button{width:100%;padding:15px;background-color:#365bff;color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:0;height:48px}button.login-button:hover{background-color:#2a4acb}button.login-button:active{background-color:#1e39b0}.role-selection-button{display:inline-block;padding:15px 40px;background-color:#365bff;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;border:none;cursor:pointer;min-width:250px;transition:background-color .2s;text-align:center}.role-selection-button:hover{background-color:#2a4acb}.role-selection-button.secondary{background-color:#6c757d}.role-selection-button.secondary:hover{background-color:#5a6268}.role-selection-button.danger{background-color:#dc3545}.role-selection-button.danger:hover{background-color:#c82333}@media (max-width: 767px){div.form-container{padding:20px}form.auth-form div.fields>div.two-fields{grid-template-columns:1fr;grid-gap:16px}.brand-text{font-size:28px}h1.auth-title{font-size:24px}}.dashboard-layout{display:flex;height:100vh;transition:all .3s ease}.monitoring-section{flex:1;position:relative;transition:filter .3s ease}.monitoring-section.active{filter:none}.monitoring-section.blurred{filter:blur(3px);pointer-events:none;cursor:pointer}.blur-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;color:#fff;padding:20px;border-radius:10px;text-align:center}.settings-sidebar{transition:width .3s ease;background:#f5f5f5;border-left:1px solid #ddd}.settings-sidebar.collapsed{width:60px;display:flex;align-items:flex-start;padding:20px 10px}.settings-sidebar.expanded{width:300px;padding:20px}.profile-toggle{width:40px;height:40px;border:none;background:#007bff;color:#fff;border-radius:50%;cursor:pointer}.channel-cell{position:relative;cursor:pointer}.channel-cell:hover{transform:scale(1.02);transition:transform .2s}.channel-cell.fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;transform:none!important;border-radius:0;background:#000}.channel-cell.fullscreen video{width:100%;height:100%;object-fit:contain}.channel-cell.hidden-in-fullscreen,.dashboard-layout.fullscreen-active .settings-sidebar{display:none}.dashboard-layout.fullscreen-active .monitoring-section{padding:0}.fullscreen-close-btn{position:absolute;top:20px;right:20px;width:50px;height:50px;background:#000000b3;color:#fff;border:none;border-radius:50%;font-size:24px;cursor:pointer;z-index:1001;transition:background .2s ease;display:flex;align-items:center;justify-content:center}.fullscreen-close-btn:hover{background:#000000e6}.fullscreen-overlay{position:absolute;bottom:20px;left:20px;background:#000000b3;color:#fff;padding:10px 15px;border-radius:8px;z-index:1001}.fullscreen-overlay .channel-title{font-size:18px;font-weight:700;margin-bottom:5px}.fullscreen-overlay .live-status{font-size:14px;color:#f44}.channel-cell{transition:all .4s cubic-bezier(.25,.46,.45,.94)}.channel-cell.fullscreen-entering{animation:expandToFullscreen .4s ease-out forwards}.channel-cell.fullscreen-exiting{animation:shrinkFromFullscreen .4s ease-in forwards}@keyframes expandToFullscreen{0%{transform:scale(1)}to{transform:scale(1);position:fixed;top:0;left:0;width:100vw;height:100vh}}@keyframes shrinkFromFullscreen{0%{position:fixed;top:0;left:0;width:100vw;height:100vh}to{transform:scale(1)}}.settings-layout{display:flex;width:100vw;min-height:100vh;background:#fff}.settings-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:32px 0 0}.channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:800px;max-width:85vw;margin:0 auto}.channel-cell{background:#e4e4e4;border-radius:18px;aspect-ratio:1 / 1;box-shadow:0 2px 8px #00000008;overflow:hidden;position:relative;display:flex;align-items:flex-start;justify-content:flex-start;transition:all .3s ease;border:2px solid transparent}.channel-cell:hover{border:2px solid #2176ff;transform:scale(1.02);box-shadow:0 4px 16px #2176ff33}.channel-label{position:absolute;top:14px;left:14px;font-weight:600;font-size:1.1em;color:#666;background:none;z-index:2;margin:0}.settings-sidebar{width:260px;background:#232323;color:#fff;display:flex;flex-direction:column;align-items:flex-start;padding:40px 24px 0;box-sizing:border-box}.profile-section{margin-bottom:40px}.profile-name{font-size:1.3em;font-weight:700;margin-bottom:12px}.sidebar-menu>div{margin-bottom:24px;font-size:1.1em;cursor:pointer}.sidebar-menu>div:hover{color:#2176ff}@font-face{font-family:SUIT;font-weight:100;src:url(/fonts/SUIT-Thin.woff2) format("woff2")}@font-face{font-family:SUIT;font-weight:200;src:url(/fonts/SUIT-ExtraLight.woff2) format("woff2")}@font-face{font-family:SUIT;font-weight:300;src:url(/fonts/SUIT-Light.woff2) format("woff2")}@font-face{font-family:SUIT;font-weight:400;src:url(/fonts/SUIT-Regular.woff2) format("woff2")}@font-face{font-family:SUIT;font-weight:500;src:url(/fonts/SUIT-Medium.woff2) format("woff2")}@font-face{font-family:SUIT;font-weight:600;src:url(/fonts/SUIT-SemiBold.woff2) format("woff2")}@font-face{font-family:SUIT;font-weight:700;src:url(/fonts/SUIT-Bold.woff2) format("woff2")}@font-face{font-family:SUIT;font-weight:800;src:url(/fonts/SUIT-ExtraBold.woff2) format("woff2")}@font-face{font-family:SUIT;font-weight:900;src:url(/fonts/SUIT-Heavy.woff2) format("woff2")}*{box-sizing:border-box;word-break:keep-all;font-family:SUIT,sans-serif;font-weight:400}html,body{background-color:#171717}div.layout--video-section>main{width:100vw;height:calc(100vh - 112px);margin-top:48px;border-radius:8px;overflow-x:hidden;overflow-y:auto;position:relative}@media (min-width: 768px){div.layout--video-section>main{height:calc(100vh - 128px);margin-top:64px}}@media (min-width: 1366px){div.layout--video-section>main{width:calc(100vw - 240px);height:100vh;margin-top:0;margin-left:240px;overflow-x:hidden;overflow-y:auto}}div.layout--authentication{padding:24px}div.layout--authentication>div.content{height:calc(100vh - 48px);position:relative}div.layout--authentication>div.content form{margin:48px 0}div.layout--authentication>div.content form div.fields>div.agreement{margin:16px 0;display:flex;justify-content:start;align-items:center;gap:12px}div.layout--authentication>div.content form div.fields>div.agreement>p{font-size:18px;margin:0;color:#fff}div.layout--authentication>div.content form div.fields>div.agreement>p a{color:#fff;font-weight:500}div.layout--authentication>div.content form div.actions{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;align-items:center;justify-content:center;position:absolute;left:0;bottom:0}div.layout--authentication>div.content form div.fields>div.two-fields{margin:-8px 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px}div.layout--authentication>div.content form div.actions.action-single{display:block;grid-template-columns:1fr;grid-gap:0}div.layout--authentication>div.content form>div.actions>button[type=submit]{width:100%;height:48px;margin-top:16px;border:none;border-radius:8px;background-color:#365bff;color:#fff;font-weight:600}div.layout--authentication>div.content form>div.actions>a{width:100%;height:48px;margin-top:16px;border:none;border-radius:8px;display:flex;justify-content:center;align-items:center;text-decoration:none;background-color:#3d3e42;color:#fff}@media (min-width: 768px){div.layout--authentication{padding:56px;background-image:url(/images/background/authentication_background.png);background-size:cover;background-position:center;background-repeat:no-repeat}div.layout--authentication div.content{width:48vw;height:calc(100vh - 112px)}div.layout--authentication div.content>div.fields{width:100%;position:absolute;top:calc(50% - 28px);transform:translateY(-50%)}}@media (min-width: 1366px){div.layout--authentication{padding:80px}div.layout--authentication div.content{width:40vw;height:calc(100vh - 160px)}div.layout--authentication div.content>div.fields{top:calc(50% - 40px)}}
