#epitech-screen-dialog{width:min(1100px,94vw);max-width:94vw;max-height:94dvh;margin:auto;padding:12px;background:#07101c;color:#eef2f8;border:1px solid #3b82f6;border-radius:14px;overflow:auto}
#epitech-screen-dialog::backdrop{background:#06101aaa}
#epitech-screen-dialog canvas{display:block;width:100%;height:auto;aspect-ratio:16/9;touch-action:manipulation}
#epitech-screen-dialog .screen-toolbar,#epitech-screen-dialog .screen-tabs,#epitech-screen-dialog form{display:flex;align-items:center;gap:12px;justify-content:space-between;margin:8px 0}
#epitech-screen-dialog button{min-height:44px;padding:8px 16px;border-radius:8px;background:#17314c;color:#fff;border:1px solid #375b80;touch-action:manipulation}
#epitech-screen-dialog form label{flex:1;font-size:13px}
#epitech-screen-dialog input{width:100%;box-sizing:border-box;padding:10px;border:1px solid #375b80;border-radius:8px;background:#101828;color:#fff}
#epitech-screen-dialog p{font-size:12px;color:#bccbde;margin:8px 0}
.inspection-bar{position:absolute;left:20px;top:66px;display:flex;gap:6px;z-index:4;max-width:calc(100% - 40px)}
.inspection-bar select,.inspection-bar button{min-height:40px;color:#eef2f8;background:#20343ddd;border:1px solid #617480;border-radius:6px;padding:6px 10px}
@media(max-width:700px){.inspection-bar{left:8px;top:104px;max-width:calc(100% - 16px)}.inspection-bar select{max-width:190px}.inspection-bar button{font-size:12px}#epitech-screen-dialog form{flex-wrap:wrap}.viewbar{flex-wrap:wrap}}
