/* Positioned from GuiEduCraftLogin's reserved rectangle, in canvas coordinates. */
#educraft_turnstile_panel[hidden] { display: none !important; }
#educraft_turnstile_panel {
 margin: 0; padding: 0; border: 0; right: auto; bottom: auto;
 position: fixed; z-index: 10000; width: 300px; height: 65px;
 transform-origin: top left; color: #ddd; background: #161616;
 font: 12px Arial, sans-serif;
}
#educraft_turnstile { width: 300px; height: 65px; }
#educraft_turnstile_status {
 position: absolute; inset: 0; padding: 12px; box-sizing: border-box;
 display: flex; align-items: center; justify-content: center; text-align: center;
 pointer-events: none;
}
#educraft_turnstile_status[hidden] { display: none; }
